home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / main.dxr / 00089.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  252 b   |  16 lines

  1. on mouseUp
  2.   global act
  3.   sound playFile 2, "..\som\ovo.wav"
  4.   startTimer()
  5.   repeat while the timer < 20
  6.     nothing()
  7.   end repeat
  8.   onVis(28)
  9.   startTimer()
  10.   repeat while the timer < 20
  11.     nothing()
  12.   end repeat
  13.   set act to 1
  14.   onVis(31, 33)
  15. end
  16.